home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- autoHilite()
- end
-
- on action
- global lastSound
- set lastSound to "fff"
- set oldCast to the castNum of sprite 7
- set peopleCast to oldCast + 1
- if peopleCast = 303 then
- set peopleCast to 291
- end if
- set the castNum of sprite 6 to oldCast
- set the locH of sprite 6 to 164
- set the locV of sprite 6 to 285
- set the castNum of sprite 7 to peopleCast
- set the locV of sprite 7 to the locV of sprite 6
- set the locH of sprite 7 to the locH of sprite 6 + 247
- puppetSound("machine3")
- updateStage()
- scrollLeft(247, 6, 7)
- puppetSound(0)
- end
-